Everything Totally Explained


Ask & we'll explain, totally!
Access method
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Access Method totally explained

An access method is a function of a mainframe operating system that enables access to data on disk, tape or other external devices. They were introduced in 1963 in IBM OS/360 operating system. Access methods provide an API for programmers to transfer data to or from device, and could be compared to device drivers in modern operating systems.

Reasons for introducing access methods

Without access methods, a programmer must write a special program for an I/O channel, a processor dedicated to control peripheral storage device access and data transfer to and from main memory. This processor requires programs written with special instructions, called Channel Command Words (CCWs). Programming those is a complex and arduous task. Channel programs are kicked off from mainframe programs by a supervisor call instruction, which is included in the Execute Channel Program (EXCP) macro for programmer convenience. Access methods provide:
  • Ease of programming - programmer would no longer deal with a specific device procedures, including error detection and recovery tactics in each and every program. A program designed to process a sequence of 80-character records would work no matter where the data are stored.
  • Ease of hardware replacement - programmer would no longer alter a program when data should be migrated to newer model of storage device, provided it supports the same access methods.
  • Easy shared data set access - an access method is a trusted program, that allows multiple programs to access the same file, while ensuring the basic data integrity.

Storage access methods

Storage-oriented access methods in approximate chronological order:
  • BDAM - Basic direct access method
  • BSAM - Basic sequental access method
  • QSAM - Queued sequential access method
  • BPAM - Basic partitioned access method
  • ISAM - Indexed sequential access method
  • VSAM - Virtual storage access method
  • OAM - Object access method

    Basic versus queued

    Both types of access deal with records of a data set. Queued methods are improvement over basic ones, as they support internal blocking of data and also often read-ahead scheme. This meant multiple records could be combined into one block for increased performance.

    Sequential versus direct

    Sequential access assumes that records can be processed only sequentially, as opposed to direct (or random) access. Some devices, such as magnetic tape, naturally enforce sequential access, but it can be used as well on direct access storage devices (DASD), such as disk drives. In the latter case, a data set written with sequential access can be later processed in a direct manner, and vice versa.
       Indexed access is a later improvement of direct access.

    Networking access methods

    Network-oriented access methods in approximate chronological order:
  • BTAM - Basic telecommunications access method
  • QTAM - Queued teleprocessing access method
  • TCAM - Telecommunications access method
  • VTAM - Virtual telecommunications access method

    Modern implementations

    In the z/OS operating system, two elements provide access methods:
  • Data Facility Product
  • Communications ServerFurther Information

    Get more info on 'Access Method'.


    External Link Exchanges

    Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

      <a href="http://access_method.totallyexplained.com">Access method Totally Explained</a>

    Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
       As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



  • Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
    This article contains text from the Wikipedia article Access method (History) and is released under the GFDL | RSS Version